home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / tex / xtexcad-.000 / xtexcad- / orig_src / README < prev    next >
Text File  |  1993-03-04  |  3KB  |  94 lines

  1. This is a drawing tool to produce LaTeX picture environments.
  2.  
  3. This is an X11 (re)implementation of the well known TeXcad
  4. distributed with emTeX.
  5.  
  6.  
  7. TeXcad 1.2 is distributed with the following files:
  8.  
  9. -rw-r--r--  1 uni-koblenz      887 Apr 10 17:29 Imakefile
  10. -rw-r--r--  1 uni-koblenz      683 Apr 10 16:21 Makefile.std
  11. -rw-r--r--  1 uni-koblenz     3363 Apr 10 17:48 README
  12. -rw-r--r--  1 uni-koblenz       18 Jan 20 15:33 Xtexcad.ad
  13. -rw-r--r--  1 uni-koblenz    16682 Mar  5 10:45 ereignis.c
  14. -rw-r--r--  1 uni-koblenz     1281 Mar  5 10:45 ereignis.h
  15. -rw-r--r--  1 uni-koblenz      475 Mar  5 10:45 extdef.h
  16. -rw-r--r--  1 uni-koblenz    36818 Mar  5 10:45 file_sel.c
  17. -rw-r--r--  1 uni-koblenz     1046 Mar  5 10:45 file_sel.h
  18. -rw-r--r--  1 uni-koblenz   134559 Mar  5 10:45 graphics.c
  19. -rw-r--r--  1 uni-koblenz     3540 Mar  5 10:45 graphics.h
  20. -rw-r--r--  1 uni-koblenz    36047 Mar  5 10:45 io_trans.c
  21. -rw-r--r--  1 uni-koblenz     1526 Mar  5 10:45 io_trans.h
  22. -rw-r--r--  1 uni-koblenz    37008 Apr 10 15:40 oberfl.c
  23. -rw-r--r--  1 uni-koblenz     4292 Mar  5 10:45 oberfl.h
  24. -rw-r--r--  1 uni-koblenz      116 Jan 27 14:33 patchlevel.h
  25. -rw-r--r--  1 uni-koblenz    85301 Mar  5 10:45 pickedit.c
  26. -rw-r--r--  1 uni-koblenz     1799 Mar  5 10:45 pickedit.h
  27. -rw-r--r--  1 uni-koblenz    65217 Mar  5 10:45 pics.h
  28. -rwxr-xr-x  1 uni-koblenz       20 Mar  5 10:45 texcad*
  29. -rw-r--r--  1 uni-koblenz    10421 Apr 10 16:48 texcad12.man
  30. -rw-r--r--  1 uni-koblenz      700 Mar  5 10:45 x_stuff.h
  31. -rw-r--r--  1 uni-koblenz     1731 Mar  5 10:45 yyscan.h
  32. -rw-r--r--  1 uni-koblenz     6312 Mar  5 10:45 yyscan.l
  33.  
  34.  
  35.      Imakefile            
  36.      Makefile.std            % my old makefile        
  37.      
  38.      ereignis.c                % event distribution...
  39.      ereignis.h
  40.      
  41.      graphics.c                % the main graphic functions
  42.      graphics.h
  43.      
  44.      file_sel.c                % the file selector box
  45.      file_sel.h
  46.      
  47.      io_trans.c                % the i/o functions
  48.      io_trans.h
  49.      
  50.      oberfl.c                % void main()
  51.      oberfl.h
  52.      
  53.      pickedit.c                %
  54.      pickedit.h
  55.      
  56.      yyscan.l                % lex scanner definition
  57.      yyscan.h
  58.      
  59.      extdef.h                % external functions
  60.      pics.h                % icons, about sign and pictures
  61.      x_stuff.h                % what TeXcad requires from X
  62.      
  63.      texcad12.man            % program description (TeX format)
  64.      
  65.      Xtexcad.ad             % the resources for TeXcad
  66.  
  67.  
  68.  
  69. On my system 'make -f Makefile.std cad' compiles and links the whole
  70. thing.
  71.  
  72. You should use the GNU ANSI-C Compiler.
  73. I've successfully compiled TeXcad with gcc 2.0 on Sun3 and Sun4 under
  74. SunOS 4.1.1 and on DG AViiON 200 under DG/UX 4.31 and with gcc 1.40
  75. on NeXT.
  76.  
  77. Patches for Data General DGUX are done by J. Marenda (marked with /* JM */)
  78.  
  79.  
  80. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
  81. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
  82. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
  83.  
  84. general hint:
  85.  
  86. Please don't use the -O optimization option on 680x0 architectures like SUN3
  87. or NeXT.  The gcc produces incorrect code which leads to crashes (here:
  88. segmentation fault within the XLib) !!!
  89. Optimization on SUN4 works properly.
  90.  
  91. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
  92. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
  93. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
  94.